drawFormattedContent(PDFFormattedContent,double,double,double,double,double) Method
In This Topic
Draws the formatted content on the graphics surface in the specified box.
Syntax
public void drawFormattedContent(
PDFFormattedContent ,
double ,
double ,
double ,
double ,
double
)
|
Parameters
- formattedContent
- The formatted content.
- x
- X coordinate of the box left margin.
- y
- Y coordinate of the box top margin.
- width
- Box width
- height
- Box height
- rotation
- Rotation angle.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When formattedContent is null or width is less than 0 or height is less than 0. |
See Also